###########################################
# Forced reform Events
#
#
#  by Johan Andersson
#
# These are triggered by the gamecode!
#  do NOT change id numbers..
#
###########################################


##BAD EVENTS!

event = { 
	id = 23111
	random = no

	name = "EVT_REFORM"
	desc = "EVT_REFORM_DESC"
	style = 0

	action_a = {
        	name = "OK"
		command = { type = constitution  which = monarchy }
		command = { type = executive_designation which = laws_by_decree }
	}
}

event = { 
	id = 23112
	random = no

	name = "EVT_REFORM"
	desc = "EVT_REFORM_DESC"
	style = 0

	action_a = {
        	name = "OK"
		command = { type = constitution  which = presidential_dictatorship }
		command = { type = executive_designation which = laws_by_decree }
	}
}

event = { 
	id = 23113
	random = no

	name = "EVT_REFORM"
	desc = "EVT_REFORM_DESC"
	style = 0

	action_a = {
        	name = "OK"
		command = { type = constitution  which = proletarian_dictatorship }
		command = { type = executive_designation which = laws_by_decree }
		command = { type = party_system  which = one_party }
	}
}


### middle events

event = { 
	id = 23114
	random = no

	name = "EVT_REFORM"
	desc = "EVT_REFORM_DESC"
	style = 0

	action_a = {
        	name = "OK"
		command = { type = constitution  which = constitutional_monarchy }
		command = { type = executive_designation which = hms_government }
		command = { type = party_system  which = multi_party }
	}
}

event = { 
	id = 23115
	random = no

	name = "EVT_REFORM"
	desc = "EVT_REFORM_DESC"
	style = 0

	action_a = {
        	name = "OK"
		command = { type = constitution  which = presidential_dictatorship }
		command = { type = executive_designation which = hms_government }
	}
}

### good events
event = { 
	id = 23116
	random = no

	name = "EVT_REFORM"
	desc = "EVT_REFORM_DESC"
	style = 0

	action_a = {
        	name = "OK"
		command = { type = constitution  which = democracy }
		command = { type = executive_designation which = parliamentarism }
		command = { type = party_system  which = multi_party }
	}
}